home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1999 February
/
Software of the Month - Ultimate Collection Shareware 258.iso
/
pc
/
Intro.dir
/
00046_Script_skipIntro
< prev
next >
Wrap
Text File
|
1998-12-07
|
407b
|
24 lines
on enterFrame
if the videoForWindowsPresent = FALSE then
go to frame "Start"
end if
end
on keyUp
set the movieRate of sprite 2 to 0
glow(2, FALSE)
unloadMember "Intro"
updateStage
glow(2, TRUE)
go to frame "START"
end
on mouseUp
set the movieRate of sprite 2 to 0
glow(2, FALSE)
unloadMember "Intro"
updateStage
glow(2, TRUE)
go to frame "Start"
end